home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / perl / t / load.t next >
Encoding:
Text File  |  1999-05-12  |  104 b   |  14 lines

  1. $|=1;
  2. print "1..2\n";
  3.  
  4. use Gimp qw(:consts);
  5. print "ok 1\n";
  6.  
  7. print "ok 2\n" if SHARPEN_CONVOLVE;
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.